[INFO] fetching crate resolve-path 0.1.0...
[INFO] testing resolve-path-0.1.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate resolve-path 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate resolve-path 0.1.0
[INFO] finished tweaking crates.io crate resolve-path 0.1.0
[INFO] tweaked toml for crates.io crate resolve-path 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate resolve-path 0.1.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] [stderr]       Adding dirs v4.0.0 (available: v6.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 022fbed4b5a61195429ef114ad204cca2b490c17a78081577a8e95bb3d23aca4
[INFO] running `Command { std: "docker" "start" "-a" "022fbed4b5a61195429ef114ad204cca2b490c17a78081577a8e95bb3d23aca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "022fbed4b5a61195429ef114ad204cca2b490c17a78081577a8e95bb3d23aca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "022fbed4b5a61195429ef114ad204cca2b490c17a78081577a8e95bb3d23aca4", kill_on_drop: false }`
[INFO] [stdout] 022fbed4b5a61195429ef114ad204cca2b490c17a78081577a8e95bb3d23aca4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a826ff9e0ca14888c944a381103e8adca70a164e11b5e500b8effe8b92553bb4
[INFO] running `Command { std: "docker" "start" "-a" "a826ff9e0ca14888c944a381103e8adca70a164e11b5e500b8effe8b92553bb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling resolve-path v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<Path> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<'_, Path> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<Path>> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<Path> {
[INFO] [stdout]     |                                   ^^^^^              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>>;
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>>;
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:162:39
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>> {
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:24
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<Path>> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:261:49
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<Path> {
[INFO] [stdout]     |                                                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `Command { std: "docker" "inspect" "a826ff9e0ca14888c944a381103e8adca70a164e11b5e500b8effe8b92553bb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a826ff9e0ca14888c944a381103e8adca70a164e11b5e500b8effe8b92553bb4", kill_on_drop: false }`
[INFO] [stdout] a826ff9e0ca14888c944a381103e8adca70a164e11b5e500b8effe8b92553bb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4967df702bf5aef2986100eb8d8a2e0730133fb625ee4e8df1af992e395efb96
[INFO] running `Command { std: "docker" "start" "-a" "4967df702bf5aef2986100eb8d8a2e0730133fb625ee4e8df1af992e395efb96", kill_on_drop: false }`
[INFO] [stderr]    Compiling resolve-path v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<Path> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<'_, Path> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<Path>> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<Path> {
[INFO] [stdout]     |                                   ^^^^^              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>>;
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>>;
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:162:39
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>> {
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:24
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<Path>> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:261:49
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<Path> {
[INFO] [stdout]     |                                                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<Path> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn resolve(&self) -> Cow<'_, Path> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<Path>> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn try_resolve(&self) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<Path> {
[INFO] [stdout]     |                                   ^^^^^              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>>;
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>>;
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:162:39
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>> {
[INFO] [stdout]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:24
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<Path>> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<'_, Path>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:261:49
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<Path> {
[INFO] [stdout]     |                                                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<'_, Path> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "4967df702bf5aef2986100eb8d8a2e0730133fb625ee4e8df1af992e395efb96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4967df702bf5aef2986100eb8d8a2e0730133fb625ee4e8df1af992e395efb96", kill_on_drop: false }`
[INFO] [stdout] 4967df702bf5aef2986100eb8d8a2e0730133fb625ee4e8df1af992e395efb96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 32f228484021248c4d8db435ad89b58093f7b10e6ff58528da2a0dbf86aa65b0
[INFO] running `Command { std: "docker" "start" "-a" "32f228484021248c4d8db435ad89b58093f7b10e6ff58528da2a0dbf86aa65b0", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:115:16
[INFO] [stderr]     |
[INFO] [stderr] 115 |     fn resolve(&self) -> Cow<Path> {
[INFO] [stderr]     |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 115 |     fn resolve(&self) -> Cow<'_, Path> {
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:126:20
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn try_resolve(&self) -> Result<Cow<Path>> {
[INFO] [stderr]     |                    ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn try_resolve(&self) -> Result<Cow<'_, Path>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:152:35
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<Path> {
[INFO] [stderr]     |                                   ^^^^^              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn resolve_in<P: AsRef<Path>>(&self, base: P) -> Cow<'_, Path> {
[INFO] [stderr]     |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:158:39
[INFO] [stderr]     |
[INFO] [stderr] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>>;
[INFO] [stderr]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |
[INFO] [stderr]     |                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 158 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>>;
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:162:39
[INFO] [stderr]     |
[INFO] [stderr] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<Path>> {
[INFO] [stderr]     |                                       ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |
[INFO] [stderr]     |                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |     fn try_resolve_in<P: AsRef<Path>>(&self, base: P) -> Result<Cow<'_, Path>> {
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:239:24
[INFO] [stderr]     |
[INFO] [stderr] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<Path>> {
[INFO] [stderr]     |                        ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 239 | fn resolve_tilde(path: &Path) -> Result<Cow<'_, Path>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:261:49
[INFO] [stderr]     |
[INFO] [stderr] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<Path> {
[INFO] [stderr]     |                                                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                 |
[INFO] [stderr]     |                                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 261 | fn resolve_tilde_with_home(home: PathBuf, path: &Path) -> Cow<'_, Path> {
[INFO] [stderr]     |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `resolve-path` (lib) generated 7 warnings (run `cargo fix --lib -p resolve-path` to apply 7 suggestions)
[INFO] [stderr] warning: `resolve-path` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/resolve_path-29a30fcf9e50971a)
[INFO] [stdout] running 15 tests
[INFO] [stderr]    Doc-tests resolve_path
[INFO] [stdout] test tests::test_resolve_absolute_path ... ok
[INFO] [stdout] test tests::test_resolve_absolute_path2 ... ok
[INFO] [stdout] test tests::test_resolve_current_dir ... ok
[INFO] [stdout] test tests::test_resolve_relative_path ... ok
[INFO] [stdout] test tests::test_resolve_path_base_trailing_slash ... ok
[INFO] [stdout] test tests::test_resolve_path_with_tilde ... ok
[INFO] [stdout] test tests::test_resolve_path ... ok
[INFO] [stdout] test tests::test_resolve_tilde ... ok
[INFO] [stdout] test tests::test_resolve_cwd ... ok
[INFO] [stdout] test tests::test_resolve_tilde_multislash ... ok
[INFO] [stdout] test tests::test_resolve_tilde_multislash_path ... ok
[INFO] [stdout] test tests::test_resolve_tilde_slash ... ok
[INFO] [stdout] test tests::test_resolve_base_file ... ok
[INFO] [stdout] test tests::test_resolve_tilde_path ... ok
[INFO] [stdout] test tests::test_resolve_tilde_with_relative_segments ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - resolve_tilde (line 231) ... ignored
[INFO] [stdout] test src/lib.rs - resolve_tilde_with_home (line 253) ... ignored
[INFO] [stdout] test src/lib.rs - PathResolveExt::resolve (line 99) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 32) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 56) - compile ... ok
[INFO] [stdout] test src/lib.rs - PathResolveExt (line 89) ... ok
[INFO] [stdout] test src/lib.rs - PathResolveExt::resolve_in (line 136) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "32f228484021248c4d8db435ad89b58093f7b10e6ff58528da2a0dbf86aa65b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32f228484021248c4d8db435ad89b58093f7b10e6ff58528da2a0dbf86aa65b0", kill_on_drop: false }`
[INFO] [stdout] 32f228484021248c4d8db435ad89b58093f7b10e6ff58528da2a0dbf86aa65b0
